drag: doc fixes
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 10 Apr 2014 11:43:27 +0000 (13:43 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:27 +0000 (19:54 +0200)
gtk/gtkgesturedrag.c

index 812fc6b3d00e636b48a88393fcb7193a56da1814..82a79ff6a09a666c14fb8fa7e45e580a930cb4f5 100644 (file)
@@ -115,7 +115,7 @@ gtk_gesture_drag_class_init (GtkGestureDragClass *klass)
   gesture_class->end = gtk_gesture_drag_end;
 
   /**
-   * GtkGestureDrag:drag-begin:
+   * GtkGestureDrag::drag-begin:
    * @gesture: the object which received the signal
    * @start_x: X coordinate, relative to the widget allocation
    * @start_y: Y coordinate, relative to the widget allocation
@@ -132,7 +132,7 @@ gtk_gesture_drag_class_init (GtkGestureDragClass *klass)
                   NULL, NULL, NULL,
                   G_TYPE_NONE, 2, G_TYPE_DOUBLE, G_TYPE_DOUBLE);
   /**
-   * GtkGestureDrag:drag-update:
+   * GtkGestureDrag::drag-update:
    * @gesture: the object which received the signal
    * @offset_x: X offset, relative to the start point
    * @offset_y: Y offset, relative to the start point
@@ -149,7 +149,7 @@ gtk_gesture_drag_class_init (GtkGestureDragClass *klass)
                   NULL, NULL, NULL,
                   G_TYPE_NONE, 2, G_TYPE_DOUBLE, G_TYPE_DOUBLE);
   /**
-   * GtkGestureDrag:drag-end:
+   * GtkGestureDrag::drag-end:
    * @gesture: the object which received the signal
    * @offset_x: X offset, relative to the start point
    * @offset_y: Y offset, relative to the start point